home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMPROGRESS / TFRMPROGRESS.txt
Text File  |  2006-04-19  |  1KB  |  59 lines

  1. object frmProgress: TfrmProgress
  2.   Left = 342
  3.   Top = 278
  4.   Width = 296
  5.   Height = 176
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lblProgression: TLabel
  23.     Left = 8
  24.     Top = 66
  25.     Width = 272
  26.     Height = 26
  27.     AutoSize = False
  28.     Transparent = True
  29.     WordWrap = True
  30.   end
  31.   object BtnCancel: TButton
  32.     Left = 107
  33.     Top = 120
  34.     Width = 75
  35.     Height = 22
  36.     Cancel = True
  37.     TabOrder = 0
  38.     OnMouseDown = BtnCancelMouseDown
  39.   end
  40.   object ProgressBar: TProgressBar
  41.     Left = 8
  42.     Top = 96
  43.     Width = 272
  44.     Height = 16
  45.     Min = 0
  46.     Max = 100
  47.     TabOrder = 1
  48.   end
  49.   object Animate: TAnimate
  50.     Left = 8
  51.     Top = 4
  52.     Width = 272
  53.     Height = 60
  54.     Active = False
  55.     CommonAVI = aviCopyFile
  56.     StopFrame = 26
  57.   end
  58. end
  59.